llvm-project/clang/lib
Daniel Jasper d0ec0d62d6 clang-format: Use identifier table for keywords in other languages.
Slightly easier to write, more efficient and prevents bugs by
misspelling them.

No functional changes intended.

llvm-svn: 221259
2014-11-04 12:41:02 +00:00
..
ARCMigrate Objective-C SDK modernization tool. Use its own option 2014-10-31 21:19:45 +00:00
AST Implement IRGen for the x86 vectorcall convention 2014-10-31 22:00:51 +00:00
ASTMatchers Add valueDecl() matcher. 2014-10-28 13:33:58 +00:00
Analysis Remove unused member variable. 2014-10-21 04:19:18 +00:00
Basic [x86] Add cx16 feature to KNL, SKX, and CoreAVXi CPUs. 2014-11-03 07:05:28 +00:00
CodeGen Use the new LLVM_END_WITH_NULL name 2014-11-04 01:13:43 +00:00
Driver Driver: Pass some std::strings by reference instead of value 2014-11-04 08:55:13 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Use identifier table for keywords in other languages. 2014-11-04 12:41:02 +00:00
Frontend Objective-C SDK modernization tool. Use its own option 2014-10-31 21:19:45 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Add FSGSBASE intrinsics to x86 intrinsic headers. 2014-11-03 06:51:41 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex Fix warning in Altivec code when building with GCC 4.8.2 on Ubuntu 14.04. 2014-10-29 14:42:12 +00:00
Parse Remove a couple typedefs for things in the clang namespace with the same name. Remove a typedef that matches an identical one in the clang namespace. 2014-10-31 06:57:07 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Move the no-prototype calling conv check after decl merging 2014-11-03 21:56:03 +00:00
Serialization Remove CastKind typedef from CastExpr since CastKind is in the clang namespace. 2014-10-31 06:57:10 +00:00
StaticAnalyzer [llvm-api-change] Use findProgramByName. 2014-11-04 01:30:55 +00:00
Tooling [clang-tidy] Move -extra-arg handling to CommonOptionsProvider 2014-11-04 08:51:24 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00