- ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 14 years ago
- 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
- eaca05b Handle UsingDecl in CFGRecStmtDeclVisitor. by Argyrios Kyrtzidis · 14 years ago
- 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 14 years ago
- 380ebec Unbreak the MSVC build std::make_pair is unreliable under MSVC 2010. by Francois Pichet · 14 years ago
- e476bdc make block bodies handle undefined labels just like functions. by Chris Lattner · 14 years ago
- 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 14 years ago
- 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
- 9fb9474 [analyzer] by Argyrios Kyrtzidis · 14 years ago
- 695fb50 [analyzer] Pass CheckerManager to the registration functions. by Argyrios Kyrtzidis · 14 years ago
- 3406458 Clean up the style of this function to match the conventions in the rest by Chandler Carruth · 14 years ago
- 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
- d8e5499 Inline LocalInstantiationScope::getInstantiationOf into its one by Chris Lattner · 14 years ago
- 4d4f0db remove some dead overloads. by Chris Lattner · 14 years ago
- 91a230a Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 14 years ago
- 8c99d88 Replace a FIXME with a comment describing why we did what we did by Douglas Gregor · 14 years ago
- f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 14 years ago
- 2ae442a Devirtualize TagDecl::completeDefinition(). by Douglas Gregor · 14 years ago
- afdfdc0 Devirtualize DeclaratorDecl::getInnerLocStart() and TagDecl::getInnerLocStart(). by Douglas Gregor · 14 years ago
- 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
- ebe5a9b Devirtualize NamedDecl::getNameForDiagnostic(). by Douglas Gregor · 14 years ago
- 9e6f2a8 Devirtualize RedeclarableTemplateDecl::newCommon(). by Douglas Gregor · 14 years ago
- a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 14 years ago
- 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
- 4c3e0ee Devirtualize Decl::getNextRedeclaration(). by Douglas Gregor · 14 years ago
- 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 14 years ago
- 770877f Devirtualize Decl::getSourceRange() by Douglas Gregor · 14 years ago
- 0eccdca Devirtualize Decl::getCanonicalDecl(). by Douglas Gregor · 14 years ago
- ad8dcf4 Step #1/N of implementing support for __label__: split labels into by Chris Lattner · 14 years ago
- 1aa3d81 Devirtualize Decl::getBody() and Decl::hasBody(). by Douglas Gregor · 14 years ago
- f4a03cc De-virtualize Decl::isOutOfLine(). by Douglas Gregor · 14 years ago
- e594db5 tidy up by Chris Lattner · 14 years ago
- 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 14 years ago
- c81ca98 Bump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits instead of 10. Fixes PR 9231. by Ted Kremenek · 14 years ago
- 41aadbc Improve diagnostics when property names an object type of by Fariborz Jahanian · 14 years ago
- 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 14 years ago
- bac7737 Placate Doug and change capitalization of diagnostic note. by Ted Kremenek · 14 years ago
- 7dfc942 Makes most methods in SVals.h conform to the naming guide. Reviewed by Zhanyong Wan · 14 years ago
- d24eda8 3000 Sema diagnostics should be enough for anyone. by Chandler Carruth · 14 years ago
- 48601b3 Teach the CXCodeCompleteResults results structure, which stores by Douglas Gregor · 14 years ago
- 9b7db62 Improve the invalidation logic for the cache of global code by Douglas Gregor · 14 years ago
- 9c97ca0 Teach PPChainedCallbacks to forward the InclusionDirective() callback. by Douglas Gregor · 14 years ago
- ca24423 Warning -> ExtWarn by Argyrios Kyrtzidis · 14 years ago
- e996ffd Save a copy expression for non-trivial copy constructions of catch variables. by John McCall · 14 years ago
- 8fd0a5d Tweak -Warray-bounds diagnostics based on feedback from Chandler. by Ted Kremenek · 14 years ago
- a0125d8 Add trivial buffer overflow checking in Sema. by Ted Kremenek · 14 years ago
- 0b1ba62 [analyzer] Use the new registration mechanism on the apple checkers: by Argyrios Kyrtzidis · 14 years ago
- 8f45700 Fix typo (per Chris's comment). by Fariborz Jahanian · 14 years ago
- ff1ed98 Warn for missing terminating " or ' instead of error for gcc compatibility. Fixed rdar://8914293. by Argyrios Kyrtzidis · 14 years ago
- c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
- afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
- e9baa6b [analyzer] Remove ObjCSelfInitCheck from AnalyzerOptions. by Argyrios Kyrtzidis · 14 years ago
- 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 14 years ago
- 84bccea Serialization/deserialization support for floating point #pragma by Peter Collingbourne · 14 years ago
- 39d3e7a OpenCL: semantic analysis support for cl_khr_fp64 extension by Peter Collingbourne · 14 years ago
- 8e3df4d Allow resolving headers from a PCH even after headers+PCH were moved to another path. by Argyrios Kyrtzidis · 14 years ago
- 27af04b Fix the clang-wpa example. by Argyrios Kyrtzidis · 14 years ago
- 809dfe8 Initialize InlineCall in AnalyzerOptions. by Argyrios Kyrtzidis · 14 years ago
- 26c05b1 [analyzer] Reflect changes for tablegen'ing the checkers. by Argyrios Kyrtzidis · 14 years ago
- dac54c1 Convert RecordLayout::Alignment to CharUnits from bit units. No change in by Ken Dyck · 14 years ago
- b1224f6 Warn if method for a deprecated method is implemented. by Fariborz Jahanian · 14 years ago
- d61df3d Put "incomplete implementation" warning under a flag. by Ted Kremenek · 14 years ago
- 79ab2c8 Provide overload diagnostics when explicit casts involving class types fail. by John McCall · 14 years ago
- 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
- 5f83d6f [analyzer] Remove ManagerRegistry which is not used. In the future we may load analyzer plugins dynamically but by Argyrios Kyrtzidis · 14 years ago
- e6348c3 [analyzer] Move include/clang/StaticAnalyzer/AnalysisConsumer.h -> lib/StaticAnalyzer/Frontend/AnalysisConsumer.h since by Argyrios Kyrtzidis · 14 years ago
- 840c083 Add support for the builtins used in gcc 4.4's <cmath> and <complex> by Jeffrey Yasskin · 14 years ago
- b8b07b1 Handle 'UsingDirective' in CFGRecStmtDeclVisitor. by Ted Kremenek · 14 years ago
- eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 14 years ago
- 02690b2 Add missing file by Peter Collingbourne · 14 years ago
- f315fa8 OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 14 years ago
- 321b817 Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions by Peter Collingbourne · 14 years ago
- 9d3f5f7 Make LexOnOffSwitch a Preprocessor member function by Peter Collingbourne · 14 years ago
- 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
- 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
- e3c8c64 Implement objective-c++'s block pointer type matching involving by Fariborz Jahanian · 14 years ago
- 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 14 years ago
- b715a7c Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method within an 'init' method. This is a temporary stop gap to avoid false positives while we investigate how to make it smarter. by Ted Kremenek · 14 years ago
- f4e532b Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. by Ted Kremenek · 14 years ago
- 848ec83 Don't report dead stores on unreachable code paths. Fixes <rdar://problem/8405222>. by Ted Kremenek · 14 years ago
- e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 14 years ago
- 2534528 Rename 'InvalidateRegions()' to 'invalidateRegions()'. by Ted Kremenek · 14 years ago
- 0a48029 Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change. by Douglas Gregor · 14 years ago
- 9b555ea Improves Clang's virtual file handling. by Zhanyong Wan · 14 years ago
- a9d5c30 Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer instead of a reference. by Ted Kremenek · 14 years ago
- f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 14 years ago
- ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
- dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
- 0e376a0 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 14 years ago
- 040a804 Implement AST/PCH chaining support for macro definitions. Previously, by Douglas Gregor · 14 years ago
- c4850c2 Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 14 years ago
- cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 14 years ago
- be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
- e40b69d static analyzer: Make GRStates reference counted, with reference counts managed by ExplodedNodes. by Ted Kremenek · 14 years ago
- 9b66371 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 14 years ago
- 7f53253 Fix scoping of method declarations and issue by Fariborz Jahanian · 14 years ago
- bf36e25 Parse: add support for parsing CUDA kernel calls by Peter Collingbourne · 14 years ago
- 1b791d6 Lexer: add CUDA kernel call tokens by Peter Collingbourne · 14 years ago
- e08ce65 AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions by Peter Collingbourne · 14 years ago
- 14b6ba7 AST, Sema, Serialization: keep track of cudaConfigureCall by Peter Collingbourne · 14 years ago