llvm-project/clang/lib
Aaron Ballman 43f40103f0 [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only applies to situations where the namespace is mentioned. Thus, use on anonymous namespaces is diagnosed.
llvm-svn: 222054
2014-11-14 22:34:56 +00:00
..
ARCMigrate Objective-C SDK modernization tool. Use its own option 2014-10-31 21:19:45 +00:00
AST Replace weird whitespace symbols with good old spaces 2014-11-14 14:16:34 +00:00
ASTMatchers Add valueDecl() matcher. 2014-10-28 13:33:58 +00:00
Analysis Thread Safety Analysis: move warnings on range-based for loops out of beta 2014-11-05 23:09:28 +00:00
Basic Remove some redundant virtual specifiers on overriden functions. 2014-11-14 19:09:44 +00:00
CodeGen Remove some redundant virtual specifiers on overriden functions. 2014-11-14 19:09:44 +00:00
Driver Removing an unused variable; NFC. 2014-11-14 21:57:30 +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: [Java] Further improve generics formatting. 2014-11-14 17:30:15 +00:00
Frontend Add DiagID and Warning Flag to DiagnosticsLog 2014-11-14 21:23:56 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PowerPC] Enable vec_perm for long long and double vector types for VSX 2014-11-14 13:10:13 +00:00
Index [CMake] Prune redundant libdeps. 2014-10-30 01:37:44 +00:00
Lex Silencing a -Wparentheses warning; NFC. 2014-11-14 14:40:49 +00:00
Parse PR21565 Add an egregious hack to support broken libstdc++ headers that declare 2014-11-14 00:37:55 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only applies to situations where the namespace is mentioned. Thus, use on anonymous namespaces is diagnosed. 2014-11-14 22:34:56 +00:00
Serialization PR21437, final part of DR1330: delay-parsing of exception-specifications. This 2014-11-13 20:01:57 +00:00
StaticAnalyzer Remove some redundant virtual specifiers on overriden functions. 2014-11-14 19:09:44 +00:00
Tooling [Tooling] Restore current directory after processing each file. 2014-11-10 15:42:31 +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