llvm-project/clang/lib
Manuel Klimek ec5c3db7ac Implements a way to retrieve information about whether some lines were not formatted due to syntax errors.
llvm-svn: 236722
2015-05-07 12:26:30 +00:00
..
ARCMigrate Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. 2015-05-04 03:15:40 +00:00
AST [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABI 2015-05-07 06:15:46 +00:00
ASTMatchers Add conversionDecl matcher for node CXXConversionDecl. 2015-04-20 20:58:50 +00:00
Analysis PR23334: Perform semantic checking of lambda capture initialization in the right context. 2015-04-27 21:27:54 +00:00
Basic [AArch64] Advertise that the __sync_*_compare_and_swap_1/2/4/8 builtins work 2015-05-06 15:31:46 +00:00
CodeGen Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs. 2015-05-07 06:28:46 +00:00
Driver [driver] Cosmetic change to use Input instead of Inputs[0]. 2015-05-06 18:20:23 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format Implements a way to retrieve information about whether some lines were not formatted due to syntax errors. 2015-05-07 12:26:30 +00:00
Frontend Reapply "Frontend: Stop leaking when not -disable-free" 2015-05-04 14:59:20 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers AVX-512: FP compare intrinsics - changed type of CC parameter from i8 to i32 according to the spec. 2015-05-07 11:26:36 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex Fix buffer overflow in Lexer 2015-05-04 22:30:29 +00:00
Parse [modules] Suport for merging a parsed enum definition into an existing imported but not visible definition. 2015-05-07 03:54:19 +00:00
Rewrite Remove empty non-virtual destructors or mark them =default when non-public 2015-04-11 15:58:30 +00:00
Sema [modules] Suport for merging a parsed enum definition into an existing imported but not visible definition. 2015-05-07 03:54:19 +00:00
Serialization [modules] Don't bother registering loaded macros if there are none. 2015-05-04 19:58:00 +00:00
StaticAnalyzer Add a missing forward def of CheckerManager. NFC. 2015-04-17 17:00:16 +00:00
Tooling Fix bug in Replacement's toString on Windows (missing flush). 2015-04-20 06:58:56 +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