aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2012-07-11Emit -verify diagnostics even when we have a fatal error.Jordan Rose
2012-07-10Clear diagnostic counts after processing the diagnostics.Axel Naumann
2012-07-10Allow -verify directives to specify a min and max count, not just "+".Jordan Rose
2012-07-10Allow line numbers on -verify directives.Jordan Rose
2012-07-10Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements.Jordan Rose
2012-07-07Re-apply r159875 with fixes.Ted Kremenek
2012-07-07Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...NAKAMURA Takumi
2012-07-06Implement -Wpedantic and --no-pedantic to complement -Weverything.Ted Kremenek
2012-07-06Add -ffp-contract = { fast | on | off } command line option support.Lang Hames
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-07-03[libclang] Protect against a race condition where a threadArgyrios Kyrtzidis
2012-07-02Reduce default template instantiation depth to 512; we're blowing outDouglas Gregor
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-28When applying a template diff highlighting to a diagnostic message, rememberRichard Trieu
2012-06-28Fix template type diffing coloring (r159216) when forcing color output to a f...David Blaikie
2012-06-28Add -ftls-model command-line flag.Hans Wennborg
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-06-22Documentation cleanup: escape \ characters in Doxygen comments as needed.James Dennett
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-19Extend the support for cl-std to include 1.2.Tanya Lattner
2012-06-19Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola
2012-06-19Sink definition of IBOutlet, IBOutletCollection, and IBAction intoTed Kremenek
2012-06-18Add language std for OpenCL 1.1 and 1.2.Tanya Lattner
2012-06-18Move a few static functions from DiagnosticRenderer.cpp into SourceManager.Matt Beaumont-Gay
2012-06-16Explicitly build __builtin_va_list.Meador Inge
2012-06-15[-E] Emit a rewritten _Pragma on its own line.Jordan Rose
2012-06-15Documentation cleanup: escape # in a Doxygen comment.James Dennett
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2012-06-11Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis
2012-06-08If fixits appear to overlap, move the second one over in the output.Jordan Rose
2012-06-08[libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie
2012-06-06Zap the /Za compiler switch from MSVC projects, the option is considered harm...Francois Pichet
2012-05-29Fix indenting.David Blaikie
2012-05-25ensure value passed to is space is representable as unsigned charSeth Cantrell
2012-05-24fix Bug 12924Seth Cantrell
2012-05-22wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes
2012-05-21[driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis
2012-05-16Pulls diagnostics for temp file handling into the common diagnostic kinds.Manuel Klimek
2012-05-16Tweek r156937 a bit so that the suggestions are correct.Chad Rosier
2012-05-16Warn about -Wno-foo where foo is an unknown warning option. This is helpful Chad Rosier
2012-05-11For final output files create them with mode 0664 to match otherEric Christopher
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-05-08add -fbounds-checking option.Nuno Lopes
2012-05-04Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th...James Molloy