index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2011-12-09
Separate the serialization library's diagnostics from the frontend's
Chandler Carruth
2011-04-15
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-02-20
New function for tablegenning: clang_tablegen.
Oscar Fuentes
2010-06-17
Update CMake build system for ARM NEON generation.
Douglas Gregor
2010-06-17
Fix yet another CMake typo. I'm not quite sure how this succeeded locally now.
Sean Hunt
2010-06-17
Fix a typo in the previous commit I thought I'd fixed, but apparently didn't.
Sean Hunt
2010-06-17
Update CMake build for new attribute changes.
Sean Hunt
2010-03-26
No need to specify ${CMAKE_CURRENT_BINARY_DIR}
Kovarththanan Rajaratnam
2009-04-17
add basic support for building DiagnosticGroups.inc with cmake
Chris Lattner
2009-03-16
Build system changes to use TableGen to generate the various
Douglas Gregor
2009-03-14
Revert the switch to the tablegen diags. It fails for seperate objdir builds ...
Sebastian Redl
2009-03-14
Switch diagnostics from .def to tablegen files. Please validate the Windows b...
Sebastian Redl