- 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 15 years ago
- 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 15 years ago
- d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
- 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
- d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
- 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
- 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
- 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
- fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 15 years ago
- 9d44023 Driver: Free jobs in JobList and PipedJob instances. by Daniel Dunbar · 15 years ago
- 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
- 147b5dd Replace the class offset vectors in RecordLayoutBuilder with maps instead so we'll have faster lookup and so we can detect duplicates. by Anders Carlsson · 15 years ago
- 568eb6c Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality by Ted Kremenek · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
- c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
- 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
- b91570a Value-initialize the written-builtin-specifiers field of DeclSpec, which by John McCall · 15 years ago
- ad6eff6 Implement clang_isUnexposed(), a predicate function to simplify filtering out by Ted Kremenek · 15 years ago
- 503524a Allocate ASTRecordLayout objects using the allocator associated with ASTContext. by Ted Kremenek · 15 years ago
- 9fd4f89 Rename -Wbad-literal to -Wliteral-range. by John McCall · 15 years ago
- 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
- c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
- 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
- a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
- ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 15 years ago
- a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
- d6b162e Add in movntdqa intrinsic for load hint. by Eric Christopher · 15 years ago
- 31b2ac7 Add in dot product intrinsics for dpps and dppd. by Eric Christopher · 15 years ago
- 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
- e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 15 years ago
- ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
- a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
- 667514d The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds by Douglas Gregor · 15 years ago
- 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 15 years ago
- 47c27a6 Only make __ptr64 and __w64 keywords when Microsoft extensions are enabled. by Douglas Gregor · 15 years ago
- bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 15 years ago
- 02db31c Emit warning on indirect goto that potentially violates by Chris Lattner · 15 years ago
- fc3a070 address PR6502 by downgrading the scope checker's address by Chris Lattner · 15 years ago
- c179a7f Remove reference to AnalysisContext in Environment. We already have LocationContext by Zhongxing Xu · 15 years ago
- 4273857 When we invalidate a declaration, make it public, so that it doesn't by Douglas Gregor · 15 years ago
- 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
- a857389 The FIXME is fixed. by Zhongxing Xu · 15 years ago
- 57d3b76 When profiling Environment, also profile with AnalysisContext*, bacause by Zhongxing Xu · 15 years ago
- 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
- d39ebe2 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 15 years ago
- 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
- c9fe644 Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 15 years ago
- 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
- 16b4259 Add clang_getCursorLinkage(), which returns the by Ted Kremenek · 15 years ago
- 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
- 89b7702 Refactor CXXRecordDecl::lookupInBases() to push the recursion down a by Douglas Gregor · 15 years ago
- e4687ef Initialize your storage, dummy by Douglas Gregor · 15 years ago
- 7d10b7e Eliminate the static map of overridden C++ methods, which was going to by Douglas Gregor · 15 years ago
- 0268181 Bump the default maximum template-instantiation depth to 500, as in by Douglas Gregor · 15 years ago
- 9b9edd6 Diagnose the declaration of enum templates. Also, be a bit more by Douglas Gregor · 15 years ago
- be08ac7 Move Emit24 to clang::io by Kovarththanan Rajaratnam · 15 years ago
- d0b76ca Inspired by seeing "MIPS" go by in the commits, I've gone ahead and by John McCall · 15 years ago
- 5e11085 After much consultation aimed at figuring out what this builtin actually by John McCall · 15 years ago
- ad5e738 Split out types that are non-canonical unless dependent as their own by John McCall · 15 years ago
- d6d4fcf Unbreak the build by Douglas Gregor · 15 years ago
- 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
- 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 15 years ago
- 0022554 Robustify instantiation of templates when there are errors in the by Douglas Gregor · 15 years ago
- 7c1e98f When looking for the instantiated declaration that corresponds to a by Douglas Gregor · 15 years ago
- 14d2328 Since now we store the cast type with an ElementRegion, there is by Zhongxing Xu · 15 years ago
- a51ff63 Add comments. by Zhongxing Xu · 15 years ago
- 3363b35 Pass '-no-canonical-prefixes' on down to GCC. It's not specific to the Clang by Chandler Carruth · 15 years ago
- 1b49242 pull some altivec stuff out of line. by Chris Lattner · 15 years ago
- a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 15 years ago
- b3a4e43 Implement PR6423 by using one token of lookahead to disambiguate by Chris Lattner · 15 years ago
- 51f5fe3 Move method out-of-line. I thought this would be a candidate for inlining but I was wrong. by Benjamin Kramer · 15 years ago
- a15e7ea Fix thinko. by Benjamin Kramer · 15 years ago
- ddeea56 Add an overload of Preprocessor::getSpelling which takes a SmallVector and by Benjamin Kramer · 15 years ago
- de431c2 Add reference to positional arguments documentation. by Ted Kremenek · 15 years ago
- efaff19 For printf format string checking, add support for positional format strings. by Ted Kremenek · 15 years ago
- c8dfe5e When given unsaved files in clang_createTranslationUnitFromSourceFile, by Douglas Gregor · 15 years ago
- e71ef1a Put BadLiteral in the NonGCC group. I'd completely forgotten about this. by John McCall · 15 years ago
- 2a0d757 At sabre's request, drop the FP bounds diagnostics down to warnings and file by John McCall · 15 years ago
- 7f70dc8 For printf format string checking, move the tracking of the data argument index out of by Ted Kremenek · 15 years ago
- f84df9f Make the destructor public. ddunbar, lemme know if you'd prefer a different by Chandler Carruth · 15 years ago
- 8fc1987 Make GDM private. by Zhongxing Xu · 15 years ago
- 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
- 6d90870 Implement semantic analysis for C++ [expr.new]p18-20, which describe by Douglas Gregor · 15 years ago
- 25108a5 Remove derelict GRStmtNodeBuilder::LastNode. by Zhongxing Xu · 15 years ago
- ead608a Use the power of types to track down another canonicalization bug in by John McCall · 15 years ago
- b2cb1cb When computing the composite pointer type for relational comparisons, by Douglas Gregor · 15 years ago
- 9ad1c02 Move ~CodeGenAction out-of-line. by Daniel Dunbar · 15 years ago
- 102acd5 Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted due to a Clang-on-Clang failure by Douglas Gregor · 15 years ago
- 2b706e5 Revert patches r97122 r97127 r97129 r97131. by Jakob Stoklund Olesen · 15 years ago
- 9a9f627 Move the dead bindings removal logic from CallInliner to GRExprEngine::ProcessCallExit(). by Zhongxing Xu · 15 years ago
- 833e50e Call inliner improvements: by Zhongxing Xu · 15 years ago
- edc9050 Restore the invariant that a nested-name-specifier can only contain by Douglas Gregor · 15 years ago
- b954e98 Frontend: Add CodeGenAction::takeModule(). by Daniel Dunbar · 15 years ago
- 4ee3461 Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. by Daniel Dunbar · 15 years ago
- 43302d4 Driver: Allow driver title (for --help) to be overridden by clients. by Daniel Dunbar · 15 years ago
- b96b670 Add TextDiagnosticPrinter::setPrefix, for adding a string to prefix diagnostic by Daniel Dunbar · 15 years ago
- a2e7dd2 Use CXXPseudoDestructorExpr as the stored representation for dependent by Douglas Gregor · 15 years ago
- fce46ee Keep track of the location of the '~' in a pseudo-destructor expression. by Douglas Gregor · 15 years ago
- 26d4ac9 Retain complete source information for the type after the '~' in a by Douglas Gregor · 15 years ago