llvm-6502/lib/AsmParser
Benjamin Kramer 00e08fcaa0 Canonicalize header guards into a common format.
Add header guards to files that were missing guards. Remove #endif comments
as they don't seem common in LLVM (we can easily add them back if we decide
they're useful)

Changes made by clang-tidy with minor tweaks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215558 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-13 16:26:38 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLLexer.cpp AsmParser: remove deprecated LLIR support 2014-07-23 18:09:31 +00:00
LLLexer.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLParser.cpp Remove dead code in condition 2014-08-05 18:22:58 +00:00
LLParser.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLToken.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
module.modulemap [modules] Add module maps for LLVM. These are not quite ready for prime-time 2014-05-21 02:46:14 +00:00
Parser.cpp Update the MemoryBuffer API to use ErrorOr. 2014-07-06 17:43:13 +00:00