aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2012-03-08Replace MarkVarRequired with a more genericRafael Espindola
2012-03-07Workaround module test failures by removing the version info from module hashes.Bob Wilson
2012-03-07[PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis
2012-03-06CMake: Fix build to add clangEdit to USED_LIBS.NAKAMURA Takumi
2012-03-06[driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-03-06[driver] Add support for -fno-inline.Chad Rosier
2012-03-05Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola
2012-03-05[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis
2012-03-03Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar
2012-03-03Frontend: Don't automatically create missing directories when using temporary...Daniel Dunbar
2012-03-02[analyzer] Bound the size of the functions being inlined + provideAnna Zaks
2012-03-02Add the Solaris support directory to the header search when using libc++.David Chisnall
2012-03-01[analyzer] Turn inlining on by default for better testing exposure.Anna Zaks
2012-03-01Add a flag -fthread-sanitizer.Kostya Serebryany
2012-02-29Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar
2012-02-28Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...David Chisnall
2012-02-27[analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks
2012-02-25Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-18Implement #pragma redefine_extname.David Chisnall
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-15Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall
2012-02-14include clang's config.h unconditionally (v2)Dylan Noblesmith
2012-02-14Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek
2012-02-10[libclang] Indexing API: Fully index implict template instantiations.Argyrios Kyrtzidis
2012-02-10Add ArrayRef goodness in MultiplexASTMutationListener.Argyrios Kyrtzidis
2012-02-10Update MultiplexASTMutationListener with the missing methods from ASTMutation...Argyrios Kyrtzidis
2012-02-07Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer
2012-02-06Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer
2012-02-06Invalid O levels on the command line no longer have a confusing error.Aaron Ballman
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-02-04Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer
2012-02-04ArrayRef goodness in MultiplexConsumer, no functionality change.Argyrios Kyrtzidis
2012-02-04Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis
2012-02-04Clang has existing support for debuggers thatSean Callanan
2012-02-03Make sure that the layout-override parser grabs the size, not the dataDouglas Gregor
2012-02-03Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson
2012-02-03Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola
2012-02-02Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor
2012-02-02Back out my heinous hack that tricked the module generation mechanismDouglas Gregor
2012-02-02Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor
2012-02-02back out r149504Dylan Noblesmith
2012-02-01[libclang] Make sure we don't ever leave a StoredDiagnostic associated withArgyrios Kyrtzidis
2012-02-01include clang's config.h unconditionallyDylan Noblesmith
2012-01-31Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor
2012-01-31Fix 80-column violation.Chad Rosier