- c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 15 years ago
- 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 15 years ago
- 3c9034c Recognize when the named return value optimization applies in a by Douglas Gregor · 15 years ago
- a63db84 Revert r103770, "Added basic source locations to Elaborated and DependentName by Daniel Dunbar · 15 years ago
- 5431299 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 15 years ago
- 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
- edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 15 years ago
- 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
- d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 15 years ago
- 4bd98e8 Improved -ast-print-xml for C++, from Sebastien Binet! by Douglas Gregor · 15 years ago
- 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 15 years ago
- d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 15 years ago
- 030854b pch'ify default argument definitions and uses. by Chris Lattner · 15 years ago
- 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 15 years ago
- 14ab24f pch'ify typeid. by Chris Lattner · 15 years ago
- 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 15 years ago
- b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 15 years ago
- d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 15 years ago
- 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 15 years ago
- ffb507a Add missing #include by Douglas Gregor · 15 years ago
- f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 15 years ago
- 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
- c3ec9ae Reverted part of r103177 (repositioning of clang-builtin include/) by mike-m · 15 years ago
- ac78b7a Reposition clang-builtin include/ to immediately precede /usr/include/, by mike-m · 15 years ago
- 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 15 years ago
- 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
- 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 15 years ago
- a608737 Test commit. by mike-m · 15 years ago
- 71b1d0e Unbreak CMake build. by Douglas Gregor · 15 years ago
- 0e3cc05 fit in 80 cols by Chris Lattner · 15 years ago
- 6fbe839 add a new -fdiagnostics-show-category=none/id/name option, giving control by Chris Lattner · 15 years ago
- c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 15 years ago
- 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 15 years ago
- da5a428 Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in by Ted Kremenek · 15 years ago
- 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
- e2e69ef Bump default template instantiation depth to 1024, as required by C++0x by Douglas Gregor · 15 years ago
- 99e8192 Don't perform AnalysisBasedWarnings in Sema or run the static analyzer when a by Ted Kremenek · 15 years ago
- a8b4a1e Remove unused trait. by Zhongxing Xu · 15 years ago
- ed8afac Refactor the AnalysisConsumer to analyze functions after the whole by Zhongxing Xu · 15 years ago
- 4290fbd Add Clang version inspection macros. Fixes PR6681. by Douglas Gregor · 15 years ago
- f80cb75 Remove a FIXME that is unlikely to be fixed (streaming code generation). by Daniel Dunbar · 15 years ago
- 8a5e83c Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule, by Daniel Dunbar · 15 years ago
- cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 15 years ago
- 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
- 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 15 years ago
- e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 15 years ago
- 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
- fcaa9e7 fix PR6936: don't generate line marker directives when preprocessing by Chris Lattner · 15 years ago
- fb87b89 Introduce Type::isStructureOrClassType(), which does the obvious by Douglas Gregor · 15 years ago
- c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 15 years ago
- 89fe019 Switch this to new API. by Nick Lewycky · 15 years ago
- 41b2dcd Add BasePath arguments to all cast expr constructors. by Anders Carlsson · 15 years ago
- f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 15 years ago
- f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
- d9d3a1c Update prototypes. by Benjamin Kramer · 15 years ago
- 76d3264 Recommit r102215, this time being more careful to only set the "principal by John McCall · 15 years ago
- ba5f6ec Teach clang -fixit to modify files in-place, or -fixit=suffix to create new by Nick Lewycky · 15 years ago
- f0bf4d5 Revert r102215. This causes clang crash while compiling a test case from gdb testsuite. by Devang Patel · 15 years ago
- 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
- 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
- f88b0d6 Transition the last acceptable-result filter kind in LookupResult over to use by John McCall · 15 years ago
- 2bb5dda More work toward implementing NeXt's -fno-constant-cfstrings - wip. by Fariborz Jahanian · 15 years ago
- ea00f84 add GNU C++ include paths for Fedora 11,12 x86_64, patch by mikem! by Chris Lattner · 15 years ago
- 4c9d8d0 Check for -fno-constant-cfstrings consistency in pch. by Fariborz Jahanian · 15 years ago
- 33e982b Support for -fno-constant-cfstrings option - wip. by Fariborz Jahanian · 15 years ago
- 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 15 years ago
- 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 15 years ago
- 5c5db4e change FullSourceLoc to have a *const* SourceManager&, eliminating a const_cast. by Chris Lattner · 15 years ago
- e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
- 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago
- 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 15 years ago
- 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
- cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
- eb5d7b7 Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not by Chandler Carruth · 15 years ago
- 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 15 years ago
- 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 15 years ago
- 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 15 years ago
- 8ed4ff6 Remove this hard-coded buffer size. In some basic experiments preprocessing by Dan Gohman · 15 years ago
- 66791df Only predefine the macro _GNU_SOURCE in C++ mode when we're on a by Douglas Gregor · 15 years ago
- ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 15 years ago
- fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 15 years ago
- d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 15 years ago
- 3f87fb0 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 15 years ago
- 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 15 years ago
- 86d0ef7 Improve line marker directive locations, patch by Jordy Rose by Chris Lattner · 15 years ago
- 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 15 years ago
- dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 15 years ago
- 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 15 years ago
- 553e583 make the rewriter add a #ifndef around the #define of __attribute__. by Chris Lattner · 15 years ago
- c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 15 years ago
- bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 15 years ago
- df72140 cache the PP's SourceManager. by Chris Lattner · 15 years ago
- 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 15 years ago
- 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 15 years ago
- 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
- 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 15 years ago
- 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
- 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 15 years ago
- 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 15 years ago
- 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 15 years ago