- e434125 Driver: Eliminate now unused argument. by Daniel Dunbar · 15 years ago
- edf29b0 Driver: Keep track of a separate "install dir", which is the path where clang by Daniel Dunbar · 15 years ago
- b4b9b15 Kill off RequiresGlobalConstructor in favor of isConstantInitializer. by John McCall · 15 years ago
- 626e96e Make a first pass at implementing -Wglobal-constructors. I'm worried that this by John McCall · 15 years ago
- 64a1523 Iterate typeloc's for class bases. by Nick Lewycky · 15 years ago
- cbb98ed Parser: Add support for #pragma align, which is just another spelling of #pragma by Daniel Dunbar · 15 years ago
- dd0e490 After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! by Ted Kremenek · 15 years ago
- cc5888d Implement dependency analysis for the precompiled preamble. If any of by Douglas Gregor · 15 years ago
- 385103b Add some timers to ASTUnit that are only enabled when the LIBCLANG_TIMING environment variable is set. by Douglas Gregor · 15 years ago
- 9f339ba Add specialisation iterators for {Class,Function}TemplateDecl by Peter Collingbourne · 15 years ago
- 4048590 Refactor find*Specialization functions using SpecEntryTraits by Peter Collingbourne · 15 years ago
- 44dd0b4 Introduce RedeclarableTemplateDecl::SpecEntryTraits by Peter Collingbourne · 15 years ago
- 35f9a19 Fixed typedef inside extern "C". by Abramo Bagnara · 15 years ago
- 29ee3a2 Refactor the way PCHReader tracks whether we are in recursive loading. by Argyrios Kyrtzidis · 15 years ago
- ffaab3e Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now. by Sebastian Redl · 15 years ago
- 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 15 years ago
- bb37f50 Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates. by Nate Begeman · 15 years ago
- 4ac7c0b Change the name to something less terrible; suggestion by Doug. No functionality change. by Argyrios Kyrtzidis · 15 years ago
- 90e99a8 Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 15 years ago
- f640477 Add codegen support for ARM qadd & qsub intrinsics by Nate Begeman · 15 years ago
- f88718e Implement RedeclarableTemplateDecl::getNextRedeclaration by Peter Collingbourne · 15 years ago
- 8a798a7 Store latest redeclaration for each redeclarable template declaration by Peter Collingbourne · 15 years ago
- 9eabeba Refactor redeclarable template declarations by Peter Collingbourne · 15 years ago
- 447234d Allow a looser form of compatibility checking (which ignores by Douglas Gregor · 15 years ago
- 254a942 When deleting a value of class type, make sure that type is complete by Douglas Gregor · 15 years ago
- 0333296 Reword the empty struct/union warning in C to note that such structs and unions have size 0 in C, size 1 in C++. Put this warning under -Wc++-compat. by Douglas Gregor · 15 years ago
- e8a126b PR7736: Make sure to mark &Class::Member correctly as being type-dependent by Eli Friedman · 15 years ago
- c46111e Make the pointer arguments to the __sync_* builtins pointers to by Douglas Gregor · 15 years ago
- c3acb91 accept and ignore a few more gcc warnings. by Chris Lattner · 15 years ago
- be9aa96 Add proper callbacks for DeclStmt -- we weren't recursing on by Craig Silverstein · 15 years ago
- 5ec85c6 Rename -Wlogical-bitwise-confusion to -Wconstant-logical-operand, which strikes by Daniel Dunbar · 15 years ago
- a9fbf5b Extracted out some useful common functions in IdempotentOperationChecker to their own CheckerHelpers file. by Tom Care · 15 years ago
- 083abdf Record macros in dependent PCHs. Also add various info tables to dependent PCHs; tests for this to follow. by Sebastian Redl · 15 years ago
- a6d6af3 Revert r109546, it broke linux build. by Argyrios Kyrtzidis · 15 years ago
- ee94e2d Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneration into a new function, by Argyrios Kyrtzidis · 15 years ago
- 60a5257 APIs that take different sized arguments than the instruction by Eric Christopher · 15 years ago
- a84c02d Add non-static version of BinaryOperator::getOpcodeStr(). by Ted Kremenek · 15 years ago
- d692af7 Update the list of lexical decls in the TU for chained PCHs. This makes -ast-print show the decls from the dependent PCH. by Sebastian Redl · 15 years ago
- 2823342 Fix use-after-free with precompiled preambles by Douglas Gregor · 15 years ago
- 96827eb Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" by Michael J. Spencer · 15 years ago
- 94e3d1f Add PTHLexer::LexEndOfFile() to emit diagnostics at end-of-file similar to those by Lexer::LexEndOfFile(). by Ted Kremenek · 15 years ago
- 56eb1ec Fix predicate in 'InCachingLexMode' to include 'CurPTHLexer'. by Ted Kremenek · 15 years ago
- fae3b2f Implement -fno-validate-pch at the -cc1 level, which suppresses most by Douglas Gregor · 15 years ago
- 681d723 - Fix recording of offsets of types in dependent PCHs. by Sebastian Redl · 15 years ago
- dee832c Mark __builtin_eh_return as noreturn. Patch by Dimitry Andric. by Benjamin Kramer · 15 years ago
- f4f6c9d Introduce basic support for loading a precompiled preamble while by Douglas Gregor · 15 years ago
- 55c6570 It's not necessary to call flush() on a raw_ostream immediately prior by Dan Gohman · 15 years ago
- f762905 Hoist argument type checking into CheckFormatHandler. This is prep for scanf format by Ted Kremenek · 15 years ago
- 5606220 Add source location information to C++ base specifiers. by Nick Lewycky · 15 years ago
- 3d398aa When LIBCLANG_CODE_COMPLETION_LOGGING is set in the environment, log code-completion command lines to stderr by Douglas Gregor · 15 years ago
- 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 15 years ago
- 3c2d301 Wrap bit mangling logic for DiagMappings in its own class so it doesn't leak by Benjamin Kramer · 15 years ago
- 7cb6bd7 Remove a bunch of trivial destructors by Douglas Gregor · 15 years ago
- afb6416 Move Type destructor out-of-line by Douglas Gregor · 15 years ago
- a2da780 Remove destructors from declaration nodes by Douglas Gregor · 15 years ago
- 1de22a2 I lied. Kill off a few more Destroy methods by Douglas Gregor · 15 years ago
- 37db4db Kill off the last Destroy method in the AST library by Douglas Gregor · 15 years ago
- ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 15 years ago
- 63fe86b Make ASTContext always use the BumpPtrAllocator. by Douglas Gregor · 15 years ago
- 45ba9a1 Start removing the use of smart pointers from the Parse/Sema by Douglas Gregor · 15 years ago
- 5818f22 Fix sort order. by Nick Lewycky · 15 years ago
- 754f349 Once we've built (or reused) a precompiled preamble, create the by Douglas Gregor · 15 years ago
- 5a18039 Support catching Objective C pointers in C++ under the non-fragile NeXT runtime. by John McCall · 15 years ago
- 175c4a9 Once we've built a precompiled preamble, keep track of the details of by Douglas Gregor · 15 years ago
- f2f0f03 Make declarations in the dependent PCH visible, for C at least. by Sebastian Redl · 15 years ago
- 3201983 PCH read/write for selector reference pool. Finishes off radar 6507158. by Fariborz Jahanian · 15 years ago
- cdd209d Dataflow solver: Don't overrwite the initial value of a block with top unless new values are available. Patch by Simone Pellegrini! by Ted Kremenek · 15 years ago
- f609462 Vectors are not integer types, so the type system should not classify by Douglas Gregor · 15 years ago
- d5ef7b2 Change arg type. by Zhongxing Xu · 15 years ago
- b732791 AnalysisContext is not const. by Zhongxing Xu · 15 years ago
- 44c181a Basic plumbing for generating a precompiled preamble for an by Douglas Gregor · 15 years ago
- 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 15 years ago
- 577d479 Thread bitstream cursors all the way through the AST reading stuff. This way, reading a trivial 2-element chained file actually works. by Sebastian Redl · 15 years ago
- a8e5c5b Improve performance during cursor traversal when a region of interest by Douglas Gregor · 15 years ago
- 3fe1041 atch for implementation of objective-c's -Wselector by Fariborz Jahanian · 15 years ago
- 44db325 Don't crash when an explicit template instantiation has no user-written by Nick Lewycky · 15 years ago
- 5f3dbf5 Serialization is implemented, fix comments. by Argyrios Kyrtzidis · 15 years ago
- 0d39689 Read/write C++0x static_assert for PCH. by Argyrios Kyrtzidis · 15 years ago
- 0fa7d0b Allow loading declcontext information from any file in the chain. Properly write source locations to dependent files. WIP by Sebastian Redl · 15 years ago
- 554e6aa Read/write FriendTemplateDecl for PCH. by Argyrios Kyrtzidis · 15 years ago
- 7cb45e3 Support C++ try/catch statements for PCH. by Argyrios Kyrtzidis · 15 years ago
- 2ce43c8 Make a bunch of new data structures for the new analysis by Zhongxing Xu · 15 years ago
- d27d3fc Allow loading macros from any file in the chain. WIP by Sebastian Redl · 15 years ago
- 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 15 years ago
- 04e6fd4 Promote some macro-related stuff to per-file data. Fix a cache-inefficient nested loop by inverting the nesting. Store the size of each file in the chain; will need this later for statement offsets. by Sebastian Redl · 15 years ago
- 5a43021 Introduce a new C API function, clang_parseTranslationUnit(), which by Douglas Gregor · 15 years ago
- e492340 Move some methods inline. by Zhongxing Xu · 15 years ago
- 971dd44 Apparently not every system thinks that references in pairs are as cool as I think. by Sebastian Redl · 15 years ago
- cb526aa Allow loading declarations from any file in the chain. WIP by Sebastian Redl · 15 years ago
- aaec0aa Allow loading types from any file in the chain. WIP by Sebastian Redl · 15 years ago
- 190faf7 Allow loading source locations from any file in the chain. WIP by Sebastian Redl · 15 years ago
- 518d8cb More work on getting PCHReader to handle multiple files. Promote SLocOffsets to per-file data. WIP by Sebastian Redl · 15 years ago
- f033f1d Introduce a new lexer function to compute the "preamble" of a file, by Douglas Gregor · 15 years ago
- a412a49 Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. by Ted Kremenek · 15 years ago
- cfdcd30 Refactor ScanfConversionSpecifier to subclass ConversionSpecifier. by Ted Kremenek · 15 years ago
- 6ecb950 Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and by Ted Kremenek · 15 years ago
- 2da5036 Tidy up analyze_printf::ConversionSpecifier::Kind declaration, prepping it to be merged by Ted Kremenek · 15 years ago
- de183a4 Rename 'UnicodeStrArg' to 'SArg'. by Ted Kremenek · 15 years ago
- 35d353b Rename 'ConsumedSoFarArg' -> 'nArg' and 'OutIntPtrArg' to 'nArg' (scanf and printf checking). by Ted Kremenek · 15 years ago
- 6693205 Rename 'VoidPtrArg' to 'pArg' in printf/scanf checking. by Ted Kremenek · 15 years ago