- 53de134 Added methods for inserting CFGAutomaticObjDtors to CFGBlocks, by Marcin Swiderski · 14 years ago
- c69e1cf Introduce -flimit-debug-info. by Devang Patel · 14 years ago
- 990142a Driver: Ignore the found PCH file if its '-include' is not the first one. by Argyrios Kyrtzidis · 14 years ago
- 138d6a6 typo by Gabor Greif · 14 years ago
- 9121ba2 Added two new command line arguments: by Marcin Swiderski · 14 years ago
- 3fc1f82 Change CheckerVisitor so that [Pre,Post]VisitCallExpr only handles CallExprs for simple C functions, not by Ted Kremenek · 14 years ago
- 535a3e2 Make the FileID import map key on FileID. by Sebastian Redl · 14 years ago
- cf9ce13 Change -analyzer-max-nodes to allow 0 as a parameter. This allows the analyzer to completely analyze a worklist regardless of time taken. by Tom Care · 14 years ago
- 638bb11 ImplicitParamDecl is always implicit. by Devang Patel · 14 years ago
- 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
- dd0cb22 Add support for attribute((naked)), patch by Zoxc on cfe-commits! by Daniel Dunbar · 14 years ago
- 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
- e80622f Move the management of the set of conversion functions in a C++ class by Douglas Gregor · 14 years ago
- ac45ad5 Visit the type information for CXXUnresolvedConstructExpr, just like by Craig Silverstein · 14 years ago
- 7a39dd0 Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit by Douglas Gregor · 14 years ago
- 2138664 Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in by Douglas Gregor · 14 years ago
- 85606eb Reinstate r114925 and r114929, both steps toward <rdar://problem/8459981>. by Douglas Gregor · 14 years ago
- c5be7b0 vla expressions used in __typeof__ must be evaluated. Fixes rdar://8476159. by Fariborz Jahanian · 14 years ago
- 2cf9d65 Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
- b3737e4 Follow-up to r114978, used wrong tag. by Sebastian Redl · 14 years ago
- 8c84571 Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>. by Sebastian Redl · 14 years ago
- 9fe183a Reinstate r114921, which I've exonerated via a self-host build. by Douglas Gregor · 14 years ago
- 1a18600 Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. by Argyrios Kyrtzidis · 14 years ago
- 2a674e8 Temporarily revert 114929 114925 114924 114921. It looked like they (or at least by Bill Wendling · 14 years ago
- e10288c Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
- 4a74df5 Centralize the management of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
- cdbfa6c Centralize the management of CXXRecordDecl::DefinitionData's Empty bit by Douglas Gregor · 14 years ago
- 6e3c771 Centralize the management of CXXRecordDecl::DefinitionData's Aggregate by Douglas Gregor · 14 years ago
- 0ed2e08 Centralize the handling of CXXRecordDecl::DefinitionData's by Douglas Gregor · 14 years ago
- 3e9438b Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could by Douglas Gregor · 14 years ago
- b57a624 When chaining PCHs, only write PPRecords that don't come from PCH, and give them the correct IDs. Fixes a crash in XCode. by Sebastian Redl · 14 years ago
- 27c08ab Centralize the handling of by Douglas Gregor · 14 years ago
- 5c0646b Clean up the handling of the DeclaredDefaultConstructor and by Douglas Gregor · 14 years ago
- e830a36 Frontend: Teach clang -cc1as to respond to -v. by Daniel Dunbar · 14 years ago
- 60acea4 Issue warning for trivial cases of nonnull attributes by Fariborz Jahanian · 14 years ago
- 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
- e94db47 Driver: Add -fallow-unsupported which disables some of the eager error'ing we do by Daniel Dunbar · 14 years ago
- 745da3a Patch implements passing arrays to functions expecting vla. Implements pr7827. by Fariborz Jahanian · 14 years ago
- 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
- b17cc9e Fix typo. by Nick Lewycky · 14 years ago
- 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
- 47423bd Don't crash on _Imaginary. by Argyrios Kyrtzidis · 14 years ago
- c69c438 Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXXMemberCallExpr(). Ideally we should unify these code paths as much as possible, since they only differ by a few details. by Ted Kremenek · 14 years ago
- 2be5bc9 Implement libclang API functions for retrieving the lexical and by Douglas Gregor · 14 years ago
- 8db9fae Change source manager serialization to be less tied to the PCH model. by Sebastian Redl · 14 years ago
- 78a916e Implement -Wpadded and -Wpacked. by Argyrios Kyrtzidis · 14 years ago
- 4ee5a6f Only preload SLocEntries after the entire PCH chain was loaded. by Sebastian Redl · 14 years ago
- 301c9b0 Reshuffle PerFileData's members to make more sense. by Sebastian Redl · 14 years ago
- 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
- 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
- 1cff132 Added: by Marcin Swiderski · 14 years ago
- 2e81caa Add a comment explaining why the MMX builtins are segregated and what we plan on by Bill Wendling · 14 years ago
- 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
- 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
- 6155d73 Check in support for OpenCL conditional operator on vector types. by Nate Begeman · 14 years ago
- d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
- b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
- 957b03b The builtins __builtin_ia32_paddq and __builtin_ia32_psubq were missing. by Bill Wendling · 14 years ago
- dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
- 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
- 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
- 355a9fe Implement -Wunused-label. by Argyrios Kyrtzidis · 14 years ago
- 1fb019b Problem with gnu conditional extension with missing by Fariborz Jahanian · 14 years ago
- 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
- ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
- 01add59 Add more error checking to attribute vecreturn by John Thompson · 14 years ago
- 315a2f2 Remove FIXME. The type is correct. by Bill Wendling · 14 years ago
- 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
- 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 14 years ago
- dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 14 years ago
- af9b968 Patch to add IRgen support for Gnu's conditional operator by Fariborz Jahanian · 14 years ago
- d829950 Driver: Support -dumpmachine. by Daniel Dunbar · 14 years ago
- 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
- e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago
- b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
- ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
- d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
- d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
- c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
- f902153 Basic: Add f{dim,ma,max,min}[lf]? builtins. by Daniel Dunbar · 14 years ago
- 212f6d3 Refactored BugReporter to refer to EndNode as ErrorNode. We currently make the assumption that EndNode == ErrorNode, but upcoming changes will break this. by Tom Care · 14 years ago
- 90392b2 Fix the clang build after Zhongxing Xu's commit. by John McCall · 14 years ago
- 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
- b36cd3e Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch by Zhongxing Xu · 14 years ago
- f73c93f Macro definitions in AST files have their own IDs. by Sebastian Redl · 14 years ago
- 2a4cd49 Test commit by Marcin Swiderski · 14 years ago
- 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
- 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
- 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
- 02282ac Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals can be used as by Ted Kremenek · 14 years ago
- 0924618 Microsoft's flexible array rules relaxation: by Francois Pichet · 14 years ago
- 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
- 6c52c78 Add CFG::BuildOptions class to pass in CFG builder options under on parameter. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
- 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
- 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
- c4e1a68 RHS of property expression assignment requires by Fariborz Jahanian · 14 years ago
- 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
- 68625cf Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop. by Tom Care · 14 years ago
- 8776490 Add __char16_t and __char32_t as aliases for the C++0x char16_t and by Douglas Gregor · 14 years ago
- 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago