- 28e9cf1 Move -Wimplicit-retain-self to be off-by-default until we can evaluate by Ted Kremenek · 12 years ago
- 92f9bb3 Delete lines which do nothing from DiagnosticGroups.td. by Eli Friedman · 12 years ago
- 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
- 466224f [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. by Jordan Rose · 12 years ago
- 166d502 [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). by Jordan Rose · 12 years ago
- 785950e [analyzer] Rename 'EmitReport' to 'emitReport'. by Jordan Rose · 12 years ago
- 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
- cef3a7b Change diagnostics for enums with fixed underlying type so in C++98 mode, we cite C++11. by Eli Friedman · 12 years ago
- e579328 Insert interception point onStartOfTranslationUnit. by Manuel Klimek · 12 years ago
- 919b955 When finding a '(' after '::', emit error with hint to remove '(' and matching by Richard Trieu · 12 years ago
- aee56fa Update the front end to use minsize attribute by Quentin Colombet · 12 years ago
- 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
- 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
- e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
- 3cdd843 clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
- baf7640 [analyzer] Optimize assumeDual by assuming constraint managers are consistent. by Jordan Rose · 12 years ago
- ec8d420 [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. by Jordan Rose · 12 years ago
- 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
- 66fb028 [driver] Remove the -ccc-host-triple alias. This has been replaced by the by Chad Rosier · 12 years ago
- c91b41a [driver] Completely rework how superfluous options are stripped out of the crash by Chad Rosier · 12 years ago
- c45bb4d [analyzer] Let ConstraintManager subclasses provide a more efficient checkNull. by Jordan Rose · 12 years ago
- 8c610b0 Remove the -ccc-no-clang option. by Rafael Espindola · 12 years ago
- e63aedd Address Jordan's review: comments, spaces. by Anna Zaks · 12 years ago
- e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
- 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
- d1ce3c1 Implement descendant matchers for NestedNamespecifiers by Daniel Jasper · 12 years ago
- 4a131e1 Change -Wcompare-distinct-pointer-type to -Wcompare-distinct-pointer-types, as by Ted Kremenek · 12 years ago
- 360b29c [analyzer] Fix a bug in REGISTER_MAP_WITH_PROGRAMSTATE by Anna Zaks · 12 years ago
- ac150f2 [analyzer] Rename REGISTER_MAP_WITH_GDM ->REGISTER_MAP_WITH_PROGRAMSTATE by Anna Zaks · 12 years ago
- 942fbdd Remove leftover const. by Rafael Espindola · 12 years ago
- 848bc3a getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. by Rafael Espindola · 12 years ago
- d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
- bf69d71 [libclang] Bump the version number of the libclang API. by Argyrios Kyrtzidis · 12 years ago
- 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
- badb3f6 Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. by Rafael Espindola · 12 years ago
- ca9805a [libclang] Introduce a version constant for the libclang API. by Argyrios Kyrtzidis · 12 years ago
- 5ac1df3 [analyzer] Add checker helpers to CheckerContext. by Anna Zaks · 12 years ago
- 8e68ef0 Revert commit r166946 by Quentin Colombet · 12 years ago
- ba927d9 Make forcesizeopt attribute available to the end user by Quentin Colombet · 12 years ago
- c0e4445 -Warc-repeated-use-of-weak: allow single reads in loops from local variables. by Jordan Rose · 12 years ago
- 6a329ee [analyzer] New option to not suppress null return paths if an argument is null. by Jordan Rose · 12 years ago
- 09f7bf1 [analyzer] Use the CallEnter node to get a value for tracked null arguments. by Jordan Rose · 12 years ago
- a267cf6 Implement has(), hasDescendant(), forEach() and forEachDescendant() for by Daniel Jasper · 12 years ago
- 286d623 Reverted back the changes made in 166868 and in 166869 by Mahesha S · 12 years ago
- 68de140 Feature: OpenMP support. by Mahesha S · 12 years ago
- f3b5231 ------------------------------------------------- by Mahesha S · 12 years ago
- 0a7dd83 Move two helper functions to AST so that sema can use them. by Rafael Espindola · 12 years ago
- 681b898 Fix grammar-o. by Bill Wendling · 12 years ago
- 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
- b85cce0 TrackConstraintBRVisitor and ConditionBRVisitor can emit similar by Ted Kremenek · 12 years ago
- 802f937 [ms-inline asm] Add support for field lookup in the SemaCallback. Patch by Eli. by Chad Rosier · 12 years ago
- c3f1742 When capturing 'this' in a lambda, make sure to update the set of by Douglas Gregor · 12 years ago
- 9fb6b27 Adds the possibility to inject a callback that's called after each translation unit is processed. by Manuel Klimek · 12 years ago
- c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
- 0ca6e27 Remove the old predefines-buffer diffing code completely. It's been by Douglas Gregor · 12 years ago
- 8769924 The the preprocessor option validator to compute suggested by Douglas Gregor · 12 years ago
- a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
- 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
- a71a7d8 (De-)serialize the preprocessor options, including macros defined, by Douglas Gregor · 12 years ago
- 36a1649 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 12 years ago
- 14e71f0 Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 12 years ago
- bbf3831 (De-)serialize header search options. by Douglas Gregor · 12 years ago
- c042edd Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 12 years ago
- 04d25fc Undef SEMANTIC_VALUE_DIAGOPT appropriately by Douglas Gregor · 12 years ago
- 1b2c3c0 (De-)serialize the file system options. by Douglas Gregor · 12 years ago
- 5f3d822 Serialize DiagnosticOptions to the AST file. by Douglas Gregor · 12 years ago
- 3e2aa99 Adds the possibility to run ASTMatchFinder over arbitrary AST nodes. by Manuel Klimek · 12 years ago
- aafd111 Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused. by Douglas Gregor · 12 years ago
- 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