- 904a326 Revert "Warn if a __weak variable is initialized with an Objective-C object literal." by Ted Kremenek · 12 years ago
- 7c44106 Warn if a __weak variable is initialized with an Objective-C object literal. by Ted Kremenek · 12 years ago
- 9096102 Move operator precedence calculation to new header by Daniel Jasper · 12 years ago
- 5810f5c Attribute 'cf_returns_autoreleased' doesn't really exist. by Ted Kremenek · 12 years ago
- ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
- 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
- d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
- bf53dfa [analyzer] Add the pointer escaped callback. by Anna Zaks · 12 years ago
- d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
- 40902d8 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 12 years ago
- 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
- 4b6ebe3 Attempt to clarify a vexing-parse diagnostic. by Richard Smith · 12 years ago
- c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
- 9fcc2ab Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there. by Ted Kremenek · 12 years ago
- 3bc93e3 Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 by David Blaikie · 12 years ago
- 08cc03f CodeGen: Expand creal and cimag into complex field loads by Meador Inge · 12 years ago
- b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
- 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
- 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
- 8a0086c When warning about a missing prototype because a function declaration is missing 'void', insert a fixit to add the void. by Anders Carlsson · 12 years ago
- a6f8a6e Use the correct return type (size_t) for these builtins. by Bill Wendling · 12 years ago
- 13d288b Add an expected parameter for the size of the destination. by Bill Wendling · 12 years ago
- 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
- d566df6 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 12 years ago
- 6e48a2e Just use begin()/end() instead of "&Vector[0], &Vector[0]+Vector.size()". by Argyrios Kyrtzidis · 12 years ago
- 7959671 [analyzer] Implement "do not inline large functions many times" by Anna Zaks · 12 years ago
- d397cfe Reapply r170344, this time without forgetting to commit the header changes. by David Chisnall · 12 years ago
- 355a166 IdentifierResolver: Remove an unnecessary include and an unused parameter. by Nico Weber · 12 years ago
- b1f67db Style and Doc fix for CommonOptionsParser by Edwin Vane · 12 years ago
- b707a47 Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11. by Nico Weber · 12 years ago
- f5e9d03 fix another spello by Nico Weber · 12 years ago
- 5e24f2d [PCH] Make the new PCH format (control block) backwards compatible and by Argyrios Kyrtzidis · 12 years ago
- fc2929f Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user by Roman Divacky · 12 years ago
- 463b48b ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of by Richard Smith · 12 years ago
- 6febf12 Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, by Eli Friedman · 12 years ago
- 135aa60 [objc] For the ARC error that is emitted when a synthesized property implementation by Argyrios Kyrtzidis · 12 years ago
- 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
- 443c999 Add -fslp-vectorize to enable bb-vectorize by Hal Finkel · 12 years ago
- 10b5fa2 [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain by Chad Rosier · 12 years ago
- c04d093 [driver] Add the -fvectorize flag to enable the loop vectorization passes. by Chad Rosier · 12 years ago
- e5d30e3 Extend stat query APIs to explicitly specify if the query is for by Argyrios Kyrtzidis · 12 years ago
- 1d28caf PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 12 years ago
- 31bdf07 Clarifying comments for the MatchFinder and matchesNames matcher. by Manuel Klimek · 12 years ago
- fff3248 Virtual method overrides can no longer have mismatched calling conventions. This fixes PR14339. by Aaron Ballman · 12 years ago
- afee0ff PR14550: If a system header contains a bogus constexpr function definition, by Richard Smith · 12 years ago
- bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
- 5579865 Remove some remnants of the assumption that there is at most one of each by Richard Smith · 12 years ago
- ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
- 5f5250b [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndef by Argyrios Kyrtzidis · 12 years ago
- 61c1c8e [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass by Argyrios Kyrtzidis · 12 years ago
- d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
- 12f37e4 Fix analysis based warnings so that all warnings are emitted when compiling by DeLesley Hutchins · 12 years ago
- 60c4612 [analyzer] Rename the option help to reflect better what it does. by Anna Zaks · 12 years ago
- 75f31c4 [analyzer] Optimization heuristic: do not reanalyze every ObjC method as by Anna Zaks · 12 years ago
- afa7cae [analyzer] Fix r168019 to work with unpruned paths as well. by Jordan Rose · 12 years ago
- 6492c79 Add file missed from r169574! by Richard Smith · 12 years ago
- 5204d9e [analyzer] Remove possible pessimizations from r169563. by Jordan Rose · 12 years ago
- 0a6e09f [analyzer] Avoid ProgramStateRef copy constructors. by Jordan Rose · 12 years ago
- b283da2 Simplify PDiag's move assignment overload a bit, the self-move check isn't actually necessary. by Benjamin Kramer · 12 years ago
- fb4f3a2 Make sure to initialize the HasSkippedBody bit. by Argyrios Kyrtzidis · 12 years ago
- 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
- 407a82f Add move semantics to PartialDiagnostic, which can be very expensive to copy. by Benjamin Kramer · 12 years ago
- 35f3f36 Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body by Argyrios Kyrtzidis · 12 years ago
- 9428723 [analyzer] Remove unused fields from ExprEngine. by Jordan Rose · 12 years ago
- fbe4d36 [analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors. by Jordan Rose · 12 years ago
- 7affe15 [analyzer] Remove bindExprAndLocation, which does extra work for no gain. by Jordan Rose · 12 years ago
- 1575731 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 12 years ago
- 33c95f1 Hexagon TC: Add/improve support for small data threshold, pic, pie by Matthew Curtis · 12 years ago
- 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
- e3ce2c1 Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator. by Ted Kremenek · 12 years ago
- 24570c4 Pull logic to map from VarDecl* to captured region using a helper function. WIP. by Ted Kremenek · 12 years ago
- 15490fd [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 12 years ago
- 99469f7 Reuse an existing diagnostic for tsan/msan needing -pie error. by Evgeniy Stepanov · 12 years ago
- ac31c83 Simplify slightly by seperating out the responsibility for emission of a caret by Richard Smith · 12 years ago
- 6788392 Simplify diagnostic emission. No functionality change intended. by Richard Smith · 12 years ago
- fb4afc2 Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. by DeLesley Hutchins · 12 years ago
- 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
- 36e29d6 Add parameterCountIs() matcher. by Daniel Jasper · 12 years ago
- a88bb45 Replace workarounds with correct fixes. by Daniel Jasper · 12 years ago
- 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
- 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
- 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
- df1059c In the PreprocessingRecord, to identify the different conditional directive regions by Argyrios Kyrtzidis · 12 years ago
- 7e96bfb Introduce CompilationDatabase::getAllCompileCommands() that returns all by Argyrios Kyrtzidis · 12 years ago
- 91ecfa6 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 12 years ago
- bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago
- 189f2e4 Make hasDeclaration work for enums. by Daniel Jasper · 12 years ago
- 09ccf39 Add -fsanitize=memory. by Evgeniy Stepanov · 12 years ago
- ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
- c2b914f Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 12 years ago
- bda07ac [MIPS] Add -mxgot/-mno-xgot command line options by Simon Atanasyan · 12 years ago
- a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
- 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
- 1bf43ca Make ASTVector.h standalone without including all of ASTContext. by Benjamin Kramer · 12 years ago
- 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
- 1f19c76 Fix a typo in comment. by Michael Han · 12 years ago
- b087248 Make these functions more clearly express the test they are performing. No functionality change. by Richard Smith · 12 years ago
- e5411b7 Consistently use 'needsImplicit<special member>' to determine whether we need by Richard Smith · 12 years ago
- e2dbaa9 Don't warn if the input size is less than the register size. Also don't warn if by Bill Wendling · 12 years ago
- 4565e48 Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! by Douglas Gregor · 12 years ago