- c635710 [Options] Add prefixes to options. by Michael J. Spencer · 13 years ago
- 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
- 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 13 years ago
- 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 13 years ago
- f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 13 years ago
- da3301e Add a new option for and disable column number information as there by Eric Christopher · 13 years ago
- d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
- 4ca3abd Emit diagnostics in chunks even when we're trying to print colored template diffs. by Benjamin Kramer · 13 years ago
- 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 13 years ago
- 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 13 years ago
- 9a022bb Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 13 years ago
- a2e9489 Make sure temporary files are deleted when recovering from a crash when compiling modules. by Benjamin Kramer · 13 years ago
- ac447fc Delete temporary output files when an error occurs during PCH reading. by Benjamin Kramer · 13 years ago
- 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 13 years ago
- 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 13 years ago
- 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 13 years ago
- a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 13 years ago
- d7ee194 Don't emit double parentheses in __clang_version__. by Benjamin Kramer · 13 years ago
- c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 13 years ago
- 3da76bf [libclang] When indexing, invoke the importedASTFile for PCH files as well. by Argyrios Kyrtzidis · 13 years ago
- d3d9816 Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked by Argyrios Kyrtzidis · 13 years ago
- 95c579c Some renames to use the 'visitor' nomenclature, no functionality change. by Argyrios Kyrtzidis · 13 years ago
- 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 13 years ago
- 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 13 years ago
- f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 13 years ago
- e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 13 years ago
- f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 13 years ago
- 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
- da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 13 years ago
- c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 13 years ago
- e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 13 years ago
- 98e95bf Allow disabling PCH validation when loading an AST file by checking by Argyrios Kyrtzidis · 13 years ago
- 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 13 years ago
- c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 13 years ago
- 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 13 years ago
- 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 13 years ago
- 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 13 years ago
- 5b86ffd Allow disabling of wchar_t type. by Abramo Bagnara · 13 years ago
- 45796b1 Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 13 years ago
- 987695a Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 13 years ago
- 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 13 years ago
- 2fa9d72 Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We by Ted Kremenek · 13 years ago
- 3b8a040 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 13 years ago
- 0caa2d4 Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. by Ted Kremenek · 13 years ago
- 255d4d4 Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 13 years ago
- 82f5ace Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 13 years ago
- 318cc3c Change -analyzer-config to use '=' as the key-value separator, and only by Ted Kremenek · 13 years ago
- 7b73e08 Add new -cc1 driver option -analyzer-config, which allows one to specify by Ted Kremenek · 13 years ago
- 8a64bb5 Keep history of macro definitions and #undefs by Alexander Kornienko · 13 years ago
- 6c4590f _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro. by Francois Pichet · 13 years ago
- 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 13 years ago
- c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 13 years ago
- a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 13 years ago
- db309ae Avoid binding a reference to a dereferenced pointer in diagnostic serialization by Richard Smith · 13 years ago
- 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
- 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 13 years ago
- a7612ae Fixed crash and added a test and a minor output problem by Alexander Kornienko · 13 years ago
- c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 13 years ago
- 317d6ef Fix base type of ASTDeclNodeLister. by Michael Han · 13 years ago
- 026b358 Fix undefined behavior in code completion, caught by by Richard Smith · 13 years ago
- 6bd3291 Frontend: define _LP64 in a target-independent way by Dylan Noblesmith · 13 years ago
- 7094dee Add missing cctype includes. by Joerg Sonnenberger · 13 years ago
- 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 13 years ago
- af6cf43 Make sure to call EndSourceFile even if we can't continue compiling. by Jordan Rose · 13 years ago
- 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 13 years ago
- f23e8d2 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 13 years ago
- 5aeda88 Frontend: further document __BYTE_ORDER__ by Dylan Noblesmith · 13 years ago
- fbffb5f Remove unused variables. by Benjamin Kramer · 13 years ago
- 9d82a03 Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include by Hans Wennborg · 13 years ago
- e1ce783 [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 13 years ago
- 171af64 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 13 years ago
- 3b198a9 Preprocessor: add __BYTE_ORDER__ predefined macro by Dylan Noblesmith · 13 years ago
- 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 13 years ago
- 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 13 years ago
- e34a052 Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 13 years ago
- bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
- d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 13 years ago
- 89770e5 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 13 years ago
- bbe0175 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 13 years ago
- 4397289 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 13 years ago
- 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 13 years ago
- 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 13 years ago
- af082c3 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 13 years ago
- 198871c Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 13 years ago
- ff39896 Introduce a flag in SourceManager to treat non-system source files by Argyrios Kyrtzidis · 13 years ago
- 78541c4 Allow -verify directives to be filtered by preprocessing. by Jordan Rose · 13 years ago
- c6d64a2 Emit -verify diagnostics even when we have a fatal error. by Jordan Rose · 13 years ago
- e445e5d Clear diagnostic counts after processing the diagnostics. by Axel Naumann · 13 years ago
- 3b81b7d Allow -verify directives to specify a min and max count, not just "+". by Jordan Rose · 13 years ago
- aa48fe8 Allow line numbers on -verify directives. by Jordan Rose · 13 years ago
- 4313c01 Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. by Jordan Rose · 13 years ago
- e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 13 years ago
- 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 13 years ago
- 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 13 years ago
- c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 13 years ago
- 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 13 years ago
- 8178813 [libclang] Protect against a race condition where a thread by Argyrios Kyrtzidis · 13 years ago
- 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 13 years ago
- d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
- b956e5a When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 13 years ago