aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-09-20Test commitDeLesley Hutchins
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Lazily query LocationContext for ...Anna Zaks
2011-09-20[analyzer] Remove LocationContext and a dependency from PathDiagnosticLoaction.Anna Zaks
2011-09-20Clarify PNaCl target characteristics: set LongDoubleWidth, PtrDiffType, IntPt...Ivan Krasin
2011-09-20Remove redundant break statements, and replace asserts with llvm_unreachablePeter Collingbourne
2011-09-20Fix a pretty nasty bug in noreturn destructors that cascaded into lotsChandler Carruth
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Pre-compute Range and Location wi...Anna Zaks
2011-09-20[analyzer] Use more create methods in the PathDiagnostic, cleanup.Anna Zaks
2011-09-20Don't assume that the clause is a GlobalVariable. It could be a constant.Bill Wendling
2011-09-19[analyzer] BugReport has a profile method, so reuse it here.Anna Zaks
2011-09-19[analyzer] Constify a method.Anna Zaks
2011-09-19Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman
2011-09-19The eh.selector intrinsic isn't used anymore. Replace the check here with aBill Wendling
2011-09-19Fix gcc build.Argyrios Kyrtzidis
2011-09-19OpenCL: introduce support for function scope __local variablesPeter Collingbourne
2011-09-19In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis
2011-09-19Introduce local_begin()/local_end() methods in PreprocessingRecord whichArgyrios Kyrtzidis
2011-09-19In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()Argyrios Kyrtzidis
2011-09-19[libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis
2011-09-19Break SourceManager::translateFileLineCol into translateLineCol that returns theArgyrios Kyrtzidis
2011-09-19Introduce PreprocessingRecord::getPreprocessedEntitiesInRange()Argyrios Kyrtzidis
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis
2011-09-19Const-ify some methods in ASTReader.Argyrios Kyrtzidis
2011-09-19For SourceManager::isBeforeInTranslationUnit, a location pointingArgyrios Kyrtzidis
2011-09-19[PCH] Preload the PreloadSLocEntries through the SourceManager andArgyrios Kyrtzidis
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-09-19Changes to the name lookup have caused a regression in the digraph fix-it hint.Richard Trieu
2011-09-19Tighten check to match an ivar with corresponding property by using ObjCImple...Devang Patel
2011-09-19Fix a QoI bug with overloaded operators inside macros.Matt Beaumont-Gay
2011-09-19objc - some refactoring of my last 'self' patch.Fariborz Jahanian
2011-09-19In apple-kext mode, use external linkage for explicit template instantiationsJohn McCall
2011-09-19CurContext cannot be null ever.Fariborz Jahanian
2011-09-19Removed an unused field and its accessors methods.Erik Verbruggen
2011-09-19In constructors, don't generate implicit initializers for members of anonymou...Richard Smith
2011-09-19Remove function which is unused as of r139996. Thanks to David Blaikie for br...Richard Smith
2011-09-19Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea...Francois Pichet
2011-09-18Move the "jump bypasses variable initialization" error -> warning downgrade f...Francois Pichet
2011-09-18In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo...Francois Pichet
2011-09-18PR10304: Do not call destructors for data members from union destructors. Pri...Richard Smith
2011-09-18PR10954: variant members should not be implicitly initialized in constructors...Richard Smith
2011-09-18Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith
2011-09-17Let -Warray-bounds handle casted array types without false positives.Nico Weber
2011-09-17objc - Treat type of 'self' in class methods as root ofFariborz Jahanian
2011-09-17objc: Don't crash with decl context for property impl.Fariborz Jahanian
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet
2011-09-17When we load header file information from the external source (i.e.,Douglas Gregor
2011-09-17As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet
2011-09-17Pass -fmodule-cache-path along to -cc1 properlyDouglas Gregor
2011-09-17With modules, we can end up loading a new module after we've seen anDouglas Gregor
2011-09-16In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet