- 3a874a4 Avoid malloc thrashing on the std::vector for ConditionalStack. Because by Chris Lattner · 16 years ago
- 898a0bb rename some variables, only set a tokens identifierinfo if non-null. by Chris Lattner · 16 years ago
- 4b4218f Eliminate tabs by Nate Begeman · 16 years ago
- c432dc7 Fix a runtime error I saw by Anders Carlsson · 16 years ago
- f15674c On i386 and x86-64, just do unaligned loads by Chris Lattner · 16 years ago
- 775841f Handle the 'X' constraint. Fixes <rdar://problem/6504897>. by Anders Carlsson · 16 years ago
- 1b5285e switch PTHLexer to use Read32 and friends instead of lots of inlined by Chris Lattner · 16 years ago
- 300fb5d CG support for inline asm constraints with symbolic names. Fixes PR3345 by Anders Carlsson · 16 years ago
- 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
- da9d61c switch PTH lexer from using "const char*"s to "const unsigned char*"s by Chris Lattner · 16 years ago
- 42e1ee0 Add sema support for symbolic names in inline asm statements. by Anders Carlsson · 16 years ago
- 353417a Update support for vector component access on ExtVectors. by Nate Begeman · 16 years ago
- ca01342 Fit in 80 cols by Nate Begeman · 16 years ago
- 3d309f9 Add support for vectors to APValue. Vector constant evaluator and tests coming. by Nate Begeman · 16 years ago
- 334a802 Remove outdated diagnostic. Tests are coming. by Nate Begeman · 16 years ago
- 322f04d Set tab width to 2 characters for all files in lib/Basic by Anders Carlsson · 16 years ago
- 22b9d5a Allow targets to override IntMaxTWidth by Nate Begeman · 16 years ago
- 45b050e Change TargetInfo::validateInputConstraint to take begin/end name iterators instead of the number of outputs. No functionality change. by Anders Carlsson · 16 years ago
- 573acde Diagnose that property name cannot be a bitfield by Fariborz Jahanian · 16 years ago
- 9bae5e7 Diagnose when method parameter is an object. by Fariborz Jahanian · 16 years ago
- f54b194 Patch to re-implement ivar-list meta-data generation to fix by Fariborz Jahanian · 16 years ago
- 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 16 years ago
- 8350394 simplify some lookups. by Chris Lattner · 16 years ago
- 42e00d1 Change the Lexer ctor used to lex _Pragma directives into a static factory by Chris Lattner · 16 years ago
- f056d92 simplify PTHManager::CreateLexer by Chris Lattner · 16 years ago
- 88d3ac1 Change the Lexer ctor used in the non _Pragma case to take a FileID instead by Chris Lattner · 16 years ago
- 28c90ad in Preprocessor::AdvanceToTokenCharacter, don't actually bother by Chris Lattner · 16 years ago
- 0770dab More simplifications to the lexer ctors. by Chris Lattner · 16 years ago
- de96c0f make the verbose raw-lexer ctor fully explicit instead of having embedded magic. by Chris Lattner · 16 years ago
- 4448a01 use simplified Lexer ctor. by Chris Lattner · 16 years ago
- 025c3a6 add a simplified lexer ctor that sets up the lexer to raw-lex an entire file. by Chris Lattner · 16 years ago
- 22d91ca refactor some common initialization code out of the two lexer ctors. by Chris Lattner · 16 years ago
- 6c9f8aa Update checker build. by Ted Kremenek · 16 years ago
- 6b7b840 suck the call to "getSpellingLoc" that all clients do into by Chris Lattner · 16 years ago
- 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
- 0581659 make "ContentCache::Buffer" mutable to avoid a const_cast. by Chris Lattner · 16 years ago
- 5c26385 no need to check this: content cache is already 1-1 map with fileentries. by Chris Lattner · 16 years ago
- c6fe32a Instead of iterating over FileID's, have PTH generation iterate over the by Chris Lattner · 16 years ago
- 5bdf3a8 remove an irrelevant idea by Chris Lattner · 16 years ago
- 8158f69 Warn about typedefs of enums without any declarator name. Fixes rdar://problem/6503878 by Douglas Gregor · 16 years ago
- 7d791fd ccc: Support running piped jobs (-pipe now works). by Daniel Dunbar · 16 years ago
- 72afb37 Fix analyzer crash found when scanning Wine sources where the analyzer used old logic to determine the value of a switch 'case' label. by Ted Kremenek · 16 years ago
- 69d993a PODify LookupResult, for a measly 1% speedup on Cocoa.h. by Douglas Gregor · 16 years ago
- 3dfea40 Add -fnext-runtime to Objective-C properties testcase by Douglas Gregor · 16 years ago
- 470104e ccc: Don't be pedantically compatible with -Z options, these are the by Daniel Dunbar · 16 years ago
- c97c05f Return success indicator from CmpDriver. by Daniel Dunbar · 16 years ago
- 81e51e2 add support for usage of cast to union thing with static vars by Nuno Lopes · 16 years ago
- 0b7a158 Teach DeclContext how to find the primary declaration for any TagDecl by Douglas Gregor · 16 years ago
- 41f2b32 Catch a foreach parse error. by Fariborz Jahanian · 16 years ago
- f05b152 Convert some more statement actions to smart pointers. by Sebastian Redl · 16 years ago
- d4bd97d Updated checker build. by Ted Kremenek · 16 years ago
- 9471345 ccc: Clean up (user level) error handling. by Daniel Dunbar · 16 years ago
- 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 16 years ago
- a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 16 years ago
- 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 16 years ago
- 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 16 years ago
- f3e8fcd an instantiation loc is always a file loc. by Chris Lattner · 16 years ago
- 8402c73 Fix PR2477 - clang misparses "//*" in C89 mode by Chris Lattner · 16 years ago
- 52a3e9e Make sure to escape " when it occurs in a string in pragma comment by Chris Lattner · 16 years ago
- a22c16d ccc: Fix thinko, add gross but effective test of translation for Darwin/X86/cc1. by Daniel Dunbar · 16 years ago
- 105132e ccc: Darwin/X86: gcc compatibility, only add by Daniel Dunbar · 16 years ago
- ebff1fe Don't ICE (issue diagnostics) when receiver is a non-objc type. by Fariborz Jahanian · 16 years ago
- 9c3ea76 ccc: Darwin/X86: Implement remainder of (non -Z...) generic argument by Daniel Dunbar · 16 years ago
- c55a240 Don't ICE on user redeclaration of objc's built-in types. by Fariborz Jahanian · 16 years ago
- 41c3ae1 As a performance optimization, don't bother calling MacroInfo::isIdenticalTo by Chris Lattner · 16 years ago
- 95d58f3 silence release-assert warning. by Chris Lattner · 16 years ago
- 66b947f Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr by Douglas Gregor · 16 years ago
- eab819b Random note so I remember how to do this :) by Chris Lattner · 16 years ago
- e2916d6 StringRegion::print: Remove copy/paste code and just call Stmt::printPretty() for the StringLiteral. by Ted Kremenek · 16 years ago
- c7d945d Make -E mode propagate #pragma comment's into the output. by Chris Lattner · 16 years ago
- 9a81c87 make ast-print handle random non-printable characters correctly with octal escapes. by Chris Lattner · 16 years ago
- 1522bc8 Changed the API yet again. by Fariborz Jahanian · 16 years ago
- 172e336 only notify callbacks if they exist. by Chris Lattner · 16 years ago
- a9d9145 Improve #pragma comment support by building the string argument and by Chris Lattner · 16 years ago
- bbee00b minor cleanups to StringLiteralParser: no need to pass target info by Chris Lattner · 16 years ago
- 9989065 Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using typedefs. by Ted Kremenek · 16 years ago
- 506ae41 Part one of handling C++ functional casts. This handles semantic by Douglas Gregor · 16 years ago
- ab654af Used a more suitable api to get to the type of a record in code gen. by Fariborz Jahanian · 16 years ago
- 01beed0 Add test case for member name lookup by Douglas Gregor · 16 years ago
- dce5e2c Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. by Anders Carlsson · 16 years ago
- 636c5ef Implement basic support for parsing #pragma comment, a microsoft extension by Chris Lattner · 16 years ago
- f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
- 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 16 years ago
- 0c21e84 rename PP::getPhysicalCharacterAt -> PP::getSpelledCharacterAt. by Chris Lattner · 16 years ago
- fff745e remove obsolete comment which happened to go over 80 cols. by Chris Lattner · 16 years ago
- 9938d07 remove an unneeded const_cast. by Chris Lattner · 16 years ago
- 18376dd update for terminology change. by Chris Lattner · 16 years ago
- df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
- 860f6d4 Don't advance the statement iterator after we've deallocated the statement by Douglas Gregor · 16 years ago
- d5ed8c3 Extract code dealing with typedef declarators into a separate function. by Zhongxing Xu · 16 years ago
- 76f7d28 Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 16 years ago
- cb8f4f1 Extract code dealing with variable declarator into a separate function. by Zhongxing Xu · 16 years ago
- f479cea Attempt to unbreak Windows build. by Daniel Dunbar · 16 years ago
- 67303c1 postpone sizeof objc-class computatin to the clients. by Fariborz Jahanian · 16 years ago
- 416fcaf Extract code dealing with declarators of function type into a separate function by Zhongxing Xu · 16 years ago
- db751eb Implemented code gen for sizeof(objc class interface). by Fariborz Jahanian · 16 years ago
- 4dc6b1c Improve diagnostics for ambiguous name lookup results by Douglas Gregor · 16 years ago
- 7e91627 add codegen support to union casts by Nuno Lopes · 16 years ago
- e1deaac PTH: Fix termination condition in binary search. by Ted Kremenek · 16 years ago
- 13fd416 PR3330: given an enum like this: by Chris Lattner · 16 years ago