index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
Age
Commit message (
Expand
)
Author
2012-03-08
Replace MarkVarRequired with a more generic
Rafael Espindola
2012-03-07
Workaround 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 had
Argyrios Kyrtzidis
2012-03-06
CMake: Fix build to add clangEdit to USED_LIBS.
NAKAMURA Takumi
2012-03-06
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-05
Fix 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-03
Frontend: Default to creating output files using temporary files + rename.
Daniel Dunbar
2012-03-03
Frontend: Don't automatically create missing directories when using temporary...
Daniel Dunbar
2012-03-02
[analyzer] Bound the size of the functions being inlined + provide
Anna Zaks
2012-03-02
Add 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-01
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-02-29
Serialization: Switch over to using the native SmallVector based BitstreamWriter
Daniel Dunbar
2012-02-28
Some 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-25
Don't record nested macro expansions in the preprocessing record,
Argyrios Kyrtzidis
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-18
Implement #pragma redefine_extname.
David Chisnall
2012-02-15
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-15
Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...
David Chisnall
2012-02-14
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-14
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-10
[libclang] Indexing API: Fully index implict template instantiations.
Argyrios Kyrtzidis
2012-02-10
Add ArrayRef goodness in MultiplexASTMutationListener.
Argyrios Kyrtzidis
2012-02-10
Update MultiplexASTMutationListener with the missing methods from ASTMutation...
Argyrios Kyrtzidis
2012-02-07
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-06
Move instantiateTemplateAttribute into the sema namespace, make helpers static.
Benjamin Kramer
2012-02-06
Invalid O levels on the command line no longer have a confusing error.
Aaron Ballman
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
Remove Diagnostic.h include from Preprocessor.h.
Benjamin Kramer
2012-02-04
ArrayRef goodness in MultiplexConsumer, no functionality change.
Argyrios Kyrtzidis
2012-02-04
Use variable in place of multiple CI.getFrontendOpts() calls and use a bit
Argyrios Kyrtzidis
2012-02-04
Clang has existing support for debuggers that
Sean Callanan
2012-02-03
Make sure that the layout-override parser grabs the size, not the data
Douglas Gregor
2012-02-03
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-02
Rename -dependency-graphviz to -dependencncy-dot
Douglas Gregor
2012-02-02
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-02-02
Introduce a -cc1 option "-dependency-graphviz" that determines header
Douglas Gregor
2012-02-02
back out r149504
Dylan Noblesmith
2012-02-01
[libclang] Make sure we don't ever leave a StoredDiagnostic associated with
Argyrios Kyrtzidis
2012-02-01
include clang's config.h unconditionally
Dylan Noblesmith
2012-01-31
Split compiler builtin module into "stdlib" builtins and "intrinsic"
Douglas Gregor
2012-01-31
Fix 80-column violation.
Chad Rosier
[next]