- 4d9e497 [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 12 years ago
- dc7b641 Use a .def file for most of the diagnostic options. by Douglas Gregor · 12 years ago
- 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
- e4851f2 Add a new warning -Wmissing-variable-declarations, to warn about variables by Eli Friedman · 12 years ago
- 4cdad31 Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 12 years ago
- c711af2 Make hasDeclaration() matcher work inside the memberExpr() matcher. by Daniel Jasper · 12 years ago
- 70b9db9 Implements the thisExpr matcher. Patch by Gabor Horvath. by Manuel Klimek · 12 years ago
- 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
- 5f1385b [ms-inline-asm] Add handling for errors coming out of the backend. by Eli Friedman · 12 years ago
- bb53170 [Options] Fix two options I mistransformed. by Michael J. Spencer · 12 years ago
- 38295be Allow clients of the AST reader to specify what kinds of AST load by Douglas Gregor · 12 years ago
- 8b53d14 Collapse ASTReader::ReadSLocEntryRecord() into its only caller, by Douglas Gregor · 12 years ago
- 4825fd7 Distinguish the various kinds of AST file loading failures: by Douglas Gregor · 12 years ago
- c635710 [Options] Add prefixes to options. by Michael J. Spencer · 12 years ago
- a930dc9 Eliminate the redundancy between source-file information in the source by Douglas Gregor · 12 years ago
- c99a3ad Implement hasParent()-matcher. by Daniel Jasper · 12 years ago
- 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
- 87234c8 Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko for by Lang Hames · 12 years ago
- efeeccf Unrevert r166268, reverted in r166272, with a fix for the issue which Nick by Richard Smith · 12 years ago
- 860022c When used in a compound expression FP_CONTRACT should proceed all explicit by Lang Hames · 12 years ago
- aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
- 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
- ed1d5d8 Accept -Wno-arc-abi without warning for a while. by Nico Weber · 12 years ago
- 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
- 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
- e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- e62cec2 remove noreturn attribute from __builtin_debugtrap by Shuxin Yang · 12 years ago
- ef933ca add __builtin_debugtrap by Shuxin Yang · 12 years ago
- 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
- 8cfabf2 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 12 years ago
- 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 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 · 12 years ago
- 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
- 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
- a1a4c03 Fix typo in comment. by Nick Lewycky · 12 years ago
- 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
- f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
- da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
- 5b341da Remove trailing comma. by Eric Christopher · 12 years ago
- 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
- 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 12 years ago
- d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
- caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
- 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
- 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- c337d14 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
- 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
- b36ea37 Factor CollectClassPropertyImplementations out of Sema into AST by Anna Zaks · 12 years ago
- 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
- 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
- 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
- 7ae5717 Fix more documentation comments in Comment.h by Dmitri Gribenko · 12 years ago
- 168425c Expand the comment for DeclInfo::CurrentDecl. by Dmitri Gribenko · 12 years ago
- ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
- b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
- 4a7c6eb Improve comment in couple of fields of DeclInfo. by Fariborz Jahanian · 12 years ago
- 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
- 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
- 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
- d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
- bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
- 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
- 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
- d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
- 485841a Move -Wint-to-pointer-cast from -Wall to -Wmost to group it with more things. by David Blaikie · 12 years ago
- ce62007 First version of matchers for Types and TypeLocs. by Daniel Jasper · 12 years ago
- b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
- 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
- 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
- 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
- e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
- 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
- 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
- 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
- dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
- 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
- 9a022bb Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 12 years ago
- 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
- 10be5ba Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
- e5a934d [analyzer] Remove the "direct bindings only" Environment lookup. by Jordan Rose · 12 years ago
- 42e95ac [analyzer] Remove unneeded 'inlineCall' checker callback. by Jordan Rose · 12 years ago
- 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
- 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
- 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
- 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
- b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
- d680b98 Add missing classof(). by Sean Silva · 12 years ago
- e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
- 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
- e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
- 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
- 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
- c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
- 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
- 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
- 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
- bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
- 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
- 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
- bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago