Age | Commit message (Expand) | Author |
2012-08-29 | Add new -cc1 driver option -analyzer-config, which allows one to specify | Ted Kremenek |
2012-08-29 | Keep history of macro definitions and #undefs | Alexander Kornienko |
2012-08-25 | _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro. | Francois Pichet |
2012-08-24 | [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a | Chad Rosier |
2012-08-21 | [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. | Jordan Rose |
2012-08-21 | [driver] Add support for the --param ssp-buffer-size= driver option. | Chad Rosier |
2012-08-21 | Avoid binding a reference to a dereferenced pointer in diagnostic serialization | Richard Smith |
2012-08-21 | Screw around with ObjCRuntime some more, changing the | John McCall |
2012-08-18 | Allow -verify to be used with files that don't have an associated FileEntry. | Jordan Rose |
2012-08-17 | Fixed crash and added a test and a minor output problem | Alexander Kornienko |
2012-08-17 | Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid | Richard Smith |
2012-08-15 | Fix base type of ASTDeclNodeLister. | Michael Han |
2012-08-14 | Fix undefined behavior in code completion, caught by | Richard Smith |
2012-08-10 | Frontend: define _LP64 in a target-independent way | Dylan Noblesmith |
2012-08-10 | Add missing cctype includes. | Joerg Sonnenberger |
2012-08-10 | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose |
2012-08-10 | Make sure to call EndSourceFile even if we can't continue compiling. | Jordan Rose |
2012-08-08 | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman |
2012-08-08 | Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz | Dylan Noblesmith |
2012-08-08 | Frontend: further document __BYTE_ORDER__ | Dylan Noblesmith |
2012-08-08 | Remove unused variables. | Benjamin Kramer |
2012-08-02 | Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include | Hans Wennborg |
2012-07-31 | [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. | Jordan Rose |
2012-07-31 | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko |
2012-07-27 | Preprocessor: add __BYTE_ORDER__ predefined macro | Dylan Noblesmith |
2012-07-27 | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi |
2012-07-27 | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi |
2012-07-26 | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-20 | Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. | Chad Rosier |
2012-07-20 | Add the mechanics for -fms-inline-asm. No easy way to test at this time. | Chad Rosier |
2012-07-20 | Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" | Jordan Rose |
2012-07-20 | Revert r160319, it caused PR13417. Add a test for PR13417. | Nico Weber |
2012-07-19 | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson |
2012-07-16 | Don't crash when emitting fixits following Unicode characters. | Jordan Rose |
2012-07-12 | PR13312: Don't crash when printing a fixit that ends in a unicode character. | Benjamin Kramer |
2012-07-11 | Add OpenCL metadata for kernel arg names. This output is controlled via a fla... | Tanya Lattner |
2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis |
2012-07-11 | Allow -verify directives to be filtered by preprocessing. | Jordan Rose |
2012-07-11 | Emit -verify diagnostics even when we have a fatal error. | Jordan Rose |
2012-07-10 | Clear diagnostic counts after processing the diagnostics. | Axel Naumann |
2012-07-10 | Allow -verify directives to specify a min and max count, not just "+". | Jordan Rose |
2012-07-10 | Allow line numbers on -verify directives. | Jordan Rose |
2012-07-10 | Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. | Jordan Rose |
2012-07-07 | Re-apply r159875 with fixes. | Ted Kremenek |
2012-07-07 | Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever... | NAKAMURA Takumi |
2012-07-06 | Implement -Wpedantic and --no-pedantic to complement -Weverything. | Ted Kremenek |
2012-07-06 | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames |
2012-07-06 | Implement AST classes for comments, a real parser for Doxygen comments and a | Dmitri Gribenko |
2012-07-03 | [libclang] Protect against a race condition where a thread | Argyrios Kyrtzidis |