aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2012-08-29Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek
2012-08-29Keep history of macro definitions and #undefsAlexander 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-21Avoid binding a reference to a dereferenced pointer in diagnostic serializationRichard Smith
2012-08-21Screw around with ObjCRuntime some more, changing theJohn McCall
2012-08-18Allow -verify to be used with files that don't have an associated FileEntry.Jordan Rose
2012-08-17Fixed crash and added a test and a minor output problemAlexander Kornienko
2012-08-17Switch PTH format from a 7 byte magic number to an 8 byte one, to avoidRichard Smith
2012-08-15Fix base type of ASTDeclNodeLister.Michael Han
2012-08-14Fix undefined behavior in code completion, caught byRichard Smith
2012-08-10Frontend: define _LP64 in a target-independent wayDylan Noblesmith
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose
2012-08-10Make sure to call EndSourceFile even if we can't continue compiling.Jordan Rose
2012-08-08clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman
2012-08-08Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith
2012-08-08Frontend: further document __BYTE_ORDER__Dylan Noblesmith
2012-08-08Remove unused variables.Benjamin Kramer
2012-08-02Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/includeHans Wennborg
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko
2012-07-27Preprocessor: add __BYTE_ORDER__ predefined macroDylan Noblesmith
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-20Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier
2012-07-20Add the mechanics for -fms-inline-asm. No easy way to test at this time.Chad Rosier
2012-07-20Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"Jordan Rose
2012-07-20Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber
2012-07-19Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson
2012-07-16Don't crash when emitting fixits following Unicode characters.Jordan Rose
2012-07-12PR13312: Don't crash when printing a fixit that ends in a unicode character.Benjamin Kramer
2012-07-11Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner
2012-07-11Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
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