- a9f4f62 Eliminate the (de-)serialization of code completion results, now that by Douglas Gregor · 14 years ago
- d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
- e0cc52e Eliminate clang_codeComplete(). libclang clients should be using the by Douglas Gregor · 14 years ago
- 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
- b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
- 334d47e Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. by Francois Pichet · 14 years ago
- b241946 Add 2 Microsoft compiler intrinsics that don't require prototypes: by Francois Pichet · 14 years ago
- 9d520c5 Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. by Axel Naumann · 14 years ago
- 7d0c4cc Tighten up constness of argv parameters to allow for string literals as argumants and to reflect actual (non-modifying) use. by Axel Naumann · 14 years ago
- 16c5dea fix PR8217, a silent miscompilation of invalid code. by Chris Lattner · 14 years ago
- ce2d186 Don't rely on a StringRef being null-terminated (it's not) for deprecation messages. by Benjamin Kramer · 14 years ago
- 83a1c5c Fixed __builtin_constant_p return type. by Abramo Bagnara · 14 years ago
- 1274ccd Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a by Douglas Gregor · 14 years ago
- a6eb5f8 When we encounter a '==' in a context expecting a '=', assume the user made a typo: by Argyrios Kyrtzidis · 14 years ago
- b4eb64d Track the location of the context requiring an implicit conversion and use it by John McCall · 14 years ago
- 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
- c784dc1 Patch for adding message to unavailable attribute. by Fariborz Jahanian · 14 years ago
- c4b35cf Add message to attribute(deprecated). by Fariborz Jahanian · 14 years ago
- a075076 Reject the allocation of variably-modified types in C++ 'new' by Douglas Gregor · 14 years ago
- 229ca4a _inline is an alias for inline in MSVC. by Francois Pichet · 14 years ago
- a0f15b0 Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. by Nico Weber · 14 years ago
- 372e103 Provide a slightly specialized diagnostic for tautological comparisons by John McCall · 14 years ago
- 3ff83dd Use a more conventional/efficient implementation for isEnumeralType() by John McCall · 14 years ago
- 1d9f1fe Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane. by Sebastian Redl · 14 years ago
- c363273 Thread PerFileData through the ASTReader again, this time with the LLVM changes. by Sebastian Redl · 14 years ago
- 4a1bb8c Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
- 7c625d8 Added support for base and member destructors in destructor. by Marcin Swiderski · 14 years ago
- 82bc3fd Added support for C++ initializers in CFG. by Marcin Swiderski · 14 years ago
- 374677c Change to match 115473. by Chris Lattner · 14 years ago
- 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
- 6999339 the mmx intrinsic for pshufw should map to the IR intrinsic, not by Chris Lattner · 14 years ago
- 5e9888c When we insert a category (or class extension) into an interface, mark by Douglas Gregor · 14 years ago
- 77424bc Implement chained PCH support for the macro definitions stored within by Douglas Gregor · 14 years ago
- 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
- 57a4087 kill off CheckX86BuiltinFunctionCall by Chris Lattner · 14 years ago
- b803c66 move imperative code to declarative definitions. by Chris Lattner · 14 years ago
- 14e0e74 enhance ASTContext::GetBuiltinType to return a bitmask indicating which arguments by Chris Lattner · 14 years ago
- c71d8eb Better diagnostic for superfluous scope specifier inside a class definition for member functions. + Fixit. by Francois Pichet · 14 years ago
- b1a7d9a Revert r115336 ("Thread PerFileData through everything."), because by Douglas Gregor · 14 years ago
- 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
- dc92819 Thread PerFileData through everything. This allows us to remap stuff later. by Sebastian Redl · 14 years ago
- a866e65 Record module loaders and module source order. by Sebastian Redl · 14 years ago
- ae8f9fa fix a bogus "I" that I added to the per-function attribute list. by Chris Lattner · 14 years ago
- dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago
- 393bd8e Various builtins a require an integer constant. Not providing by Chris Lattner · 14 years ago
- 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